home *** CD-ROM | disk | FTP | other *** search
/ Amiga CD-Sensation: Golden Games / Amiga CD-Sensation - Ausgabe 2 - Golden Games (1996)(GTI - Schatztruhe)(DE)[!].iso / Brain Activity / Puzzle / DMakefile next >
Makefile  |  1993-11-03  |  184b  |  9 lines

  1. # DMakefile for PUZZLE
  2. # (c)Copyright 1992-93 by Tobias Ferber,  All Rights Reserved
  3.  
  4. CC= dcc
  5. CFLAGS= -1.3 -s
  6.  
  7. puzzle: puzzle.c
  8.   $(CC) $(CFLAGS) -DTEST -l newlook -o %(left) %(right)
  9.